Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scala 3.6.2 #376

Merged
merged 4 commits into from
Dec 28, 2024
Merged

Scala 3.6.2 #376

merged 4 commits into from
Dec 28, 2024

Conversation

lenguyenthanh
Copy link
Member

No description provided.

@ornicar
Copy link
Contributor

ornicar commented Dec 12, 2024

scalafix is not happy about the new syntax

@lenguyenthanh
Copy link
Member Author

yes, I created an issue for it: scalacenter/scalafix#2112

Actually, all of them metals, scalafmt, scalafix don't understand new given syntax. they already have an pr to fix it tho: scalameta/scalameta#4068

@bjaglin
Copy link

bjaglin commented Dec 28, 2024

yes, I created an issue for it: scalacenter/scalafix#2112

FTR, the right scalafix blocker was scalacenter/scalafix#2138, which should be addressed by

 // project/plugins.sbt
 addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
+resolvers += Resolver.sonatypeRepo("snapshots")
+dependencyOverrides += "ch.epfl.scala" % "scalafix-interfaces" % "0.13.0+95-69a3e105-SNAPSHOT"

(or later)

@lenguyenthanh lenguyenthanh changed the title Scala3.6.2 Scala 3.6.2 Dec 28, 2024
@lenguyenthanh
Copy link
Member Author

lenguyenthanh commented Dec 28, 2024

@bjaglin thanks, latest snapshot indeed fixed this issue!

@lenguyenthanh lenguyenthanh merged commit 144f3c4 into master Dec 28, 2024
2 checks passed
@lenguyenthanh lenguyenthanh deleted the scala3.6.2 branch December 28, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants